İndirim kampanyalarımızdan ve gelişmelerden haberdar olmak için e-bültenimize abone olun.
Sayfayı terk etmek istediğinize emin misiniz?
1 x Application (81.03%) | 564ms |
1 x Booting (18.97%) | 132ms |
select * from `multi_carts` where `key` = 'luzyonu-tasarla' and `status` = 'published' limit 1
Bindings |
|
Backtrace |
|
select exists(select * from `multi_cart_sessions` where `session_id` = 'bb47fad2-28a9-4078-ba8d-53437a7c10b9') as `exists`
Bindings |
|
Backtrace |
|
select * from `multi_cart_sessions` where `session_id` = 'bb47fad2-28a9-4078-ba8d-53437a7c10b9' limit 1
Bindings |
|
Backtrace |
|
select * from `multi_cart_items` where `multi_cart_items`.`multi_cart_id` = 1 and `multi_cart_items`.`multi_cart_id` is not null order by `multi_cart_items`.`order` asc
Bindings |
|
Backtrace |
|
select * from `multi_cart_items` where `multi_cart_items`.`multi_cart_id` = 1 and `multi_cart_items`.`multi_cart_id` is not null and `order` = '1' order by `multi_cart_items`.`order` asc limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 36 limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (36)
Backtrace |
|
select `ec_products`.*, `ec_product_category_product`.`category_id` as `pivot_category_id`, `ec_product_category_product`.`product_id` as `pivot_product_id` from `ec_products` inner join `ec_product_category_product` on `ec_products`.`id` = `ec_product_category_product`.`product_id` where `ec_product_category_product`.`category_id` = 36 and `is_variation` = 0
Bindings |
|
Backtrace |
|
select * from `multi_cart_sessions` where `session_id` = 'bb47fad2-28a9-4078-ba8d-53437a7c10b9' limit 1
Bindings |
|
Backtrace |
|
select * from `ec_currencies` order by `order` asc
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'English' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'Türkçe' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'العربية' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'English' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'Türkçe' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'العربية' limit 1
Bindings |
|
Backtrace |
|
select * from `menus` where `status` = 'published' and exists (select * from `language_meta` where `menus`.`id` = `language_meta`.`reference_id` and `language_meta`.`reference_type` = 'Lumo\Menu\Models\Menu' and `lang_meta_code` = 'en_US' and `lang_meta_code` = 'en_US')
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`menu_id` in (8, 9, 10, 11)
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` in (79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96) order by `position` asc
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (84) and `meta_boxes`.`reference_type` = 'Lumo\Menu\Models\MenuNode'
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96) and `meta_boxes`.`reference_type` = 'Lumo\Menu\Models\MenuNode'
Bindings |
|
Backtrace |
|
select * from `menu_locations` where `menu_locations`.`menu_id` in (8, 9, 10, 11)
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` in (41, 42, 40, 39)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (39, 40, 41, 42) and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8147, 8148, 8149, 8150)
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (39, 40, 41, 42)
Backtrace |
|
select `ec_product_categories`.`id`, `ec_product_categories`.`name`, `ec_product_categories`.`order`, `parent_id`, CONCAT(slugs.prefix, '/', slugs.key) as url, `icon`, `image`, `icon_image`, IF(st.key IS NOT NULL, CONCAT(st.prefix, '/', st.key), CONCAT(slugs.prefix, '/', slugs.key)) as url, IF(ct.name IS NOT NULL, ct.name, ec_product_categories.name) as name from `ec_product_categories` left join `slugs` on `slugs`.`reference_id` = `ec_product_categories`.`id` and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' left join `slugs_translations` as `st` on `st`.`slugs_id` = `slugs`.`id` and `st`.`lang_code` = 'en_US' left join `ec_product_categories_translations` as `ct` on `ec_product_categories_id` = `ec_product_categories`.`id` and `ct`.`lang_code` = 'en_US' where `status` = 'published' order by `ec_product_categories`.`order` asc
Bindings |
|
Backtrace |
|
select * from `widgets` where (`theme` = 'shofy-fashion-en_US')
Bindings |
|
Backtrace |
|
select * from `pages` where `pages`.`id` in (10)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (10) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (131)
Backtrace |
|
select * from `pages_translations` where `pages_translations`.`pages_id` in (10)
Backtrace |
|
select * from `pages` where `pages`.`id` in (15, 14, 13, 12)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (12, 13, 14, 15) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (15511, 15512, 15513, 15514)
Backtrace |
|
select * from `pages_translations` where `pages_translations`.`pages_id` in (12, 13, 14, 15)
Backtrace |
|
select * from `pages` where `pages`.`id` in (16, 19, 17, 18)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (16, 17, 18, 19) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (15515, 15516, 15517, 15518)
Backtrace |
|
select * from `pages_translations` where `pages_translations`.`pages_id` in (16, 17, 18, 19)
Backtrace |
|
200
[]
[]
0 of 0array:24 [▼ "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "connection" => array:1 [▶ 0 => "Keep-Alive" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "cf-connecting-ip" => array:1 [▶ 0 => "3.141.46.110" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "cookie" => array:1 [▶ 0 => "lumo_footprints_cookie=eyJpdiI6IjFmWVdBcUE2RllhMzRkU3R0eE9neHc9PSIsInZhbHVlIjoia3NBNEVqS0JLSkVpYWJyOGdjR2xIR1ErNU1jdEFidHJRb25MVk9ERnlHOUpDMURPZGY0UTh0NUZodi8xRkZIQVRVZ1N6R3RHMmVvc0NnVTVYRlFCK21YWis1VzBrbG43MXI5L3RWUHQrK0FFcGJyaXVYVUh2eXJvSUU0VEM1Y0QiLCJtYWMiOiJiNTcxMWZkYTI2YzA4MjlkNWM0NzhmZjcyNDFjYmQ1NDA3MTk2NDlmYjQ3NmJhMTIwZDZiMDRhYzhjYmZiNTE3IiwidGFnIjoiIn0%3D; lumo_footprints_cookie_data=eyJpdiI6IjVCWTJFcTJTS1JobFJoVUFwYjBZUkE9PSIsInZhbHVlIjoicWJXS3JCbXVXeUt6VmlVazRpY25KalpoU0lGTndKWEtSZ3EreUY3L3p4TmN5WmJsSEVsMjIyWWhLS3FPSUpnZXQ4Ui95a3dJblpZOU4rakdRYmNGLzNxYnRwZHJxL0FBWVg1cThyY3VuN3lxS1MyaTd2UG5zSENYU1hVT2R3RWY0WTRuL3ZETUx6KzlHRGtGanc1SlFLZ3JWR1V0U0hCZ1JpWFdBbGk3djdzd2JmOWxYUE1tU1Bpb1ZFOWVuQTdFY3FxKzlHQ1k5QTJ1K21HY1R6NGNvbXVoSkNTMlYzRlpGNmpjVnZtbWZ3QkdPZ3A3eng0dk9HQWxxV2FUZ0w1WVJXRy85YTdFL3hheGdYZEhJanpoTWRKYVJRNFJLaFMzL25ZU3liakp0eG5TVVN6MENJR2ZTOUtqY0xyditadmFKcnNaRmU3RHYzVHhPazQxWWVSeE9sTXZtVVRBaGNkak9uWEJjVkRtNnJFaVU5STVtb0t4NjRjQWd5TTZ6ejdIb2hFNkhwR2dQQUNMalFxQzRsNmpEZVY0RkMrTXhtVDlRc3Jvc3hhMVcyR1laM2N2K3M3VWZwSkNjbzlqdmROZ1B1V1JSQnpYdWNRV2JCalpnQzh1YTVkMUtOdjRUYmg1a3ZuRFg1cFRsRXErTXdUWU1zcE9ES0JabFhUZjQ3bmc4cVluTjk4MFJiL090cGFaTHhRYVJpS2ZOcXQyaEJOOXVzOHJrSUR2Vk9BeXFWanR0eHY5cVRRdUJJVkYxWE5kalNLSUN2ZVdzNXJPUGx4Tk5vRHp1dz09IiwibWFjIjoiOGI3YmE0MjhkZDBkZWEwZTliMTE5NjFjYmZiOWE1NTI0M2M4ZjU1NGM0YWYwNGFkN2EyYjQ0ZmI1NzQxNTUxZCIsInRhZyI6IiJ9; XSRF-TOKEN=eyJpdiI6IjNDaFI2UFpHQkc3RGloZkU2aktOSEE9PSIsInZhbHVlIjoib3BhR0x1QzVpMFlqRUdFL2tONWlVeExsTzZja2lFS1pyZ1llNHhCcTgvbHY0TXB3Wnc1Y1VoQlM3UjRkQ0hCN2wxbmI2U2sxOER0TTF1ampKc2hMbWR3Y1dDMGdic0lEd1JtRFdBZVBQQXBGRHR0dkIvYlJkLzBZenV3RjdXREYiLCJtYWMiOiJmMDY3ODA1YjcwNDA2MjI2OTlmNzM2OTY3MzRmOGExMjUwNWE0MzIzNzMzZWY0YjAyOGZlYjQ5NTkzYjM4ZWZiIiwidGFnIjoiIn0%3D; lumo_session=eyJpdiI6ImVuemJUNVFscGFaTjBqNGlySXpOTHc9PSIsInZhbHVlIjoiSXovNlFhcWlNb094MWlwWWFZcUw2WDZuam5nMkVPOW1oL3B6RnhjdUNwU1lXMW5ZZzdOWVIwVlg3U1pjRU85MXAwODdZV3k2QUxNNlZEanZKRmhpL1VTeGY2NU5TU0lXZk1PK0k2RVBOcnZjNG9xTlFWUVU5U0RObDc0Mmpsc0ciLCJtYWMiOiI1OTc3ZjUyODc3MjRiZWYyNTliZmM4YTYyMTU2YmJlOTBiODU4ZmUxZjJlMmVkOTE1OWZkMjI4YjBiNDg1OWFhIiwidGFnIjoiIn0%3D ◀lumo_footprints_cookie=eyJpdiI6IjFmWVdBcUE2RllhMzRkU3R0eE9neHc9PSIsInZhbHVlIjoia3NBNEVqS0JLSkVpYWJyOGdjR2xIR1ErNU1jdEFidHJRb25MVk9ERnlHOUpDMURPZGY0UTh0NUZodi8xR ▶" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "host" => array:1 [▶ 0 => "demo.lumocomm.com" ] "x-forwarded-for" => array:1 [▶ 0 => "3.141.46.110" ] "cf-ray" => array:1 [▶ 0 => "92f257c259026326-ORD" ] ]
0 of 0array:4 [▼ "lumo_footprints_cookie" => "94e6252a8f68e0c1cb8fe5f5a8429121f7f54d3c" "lumo_footprints_cookie_data" => "{"footprint":"94e6252a8f68e0c1cb8fe5f5a8429121f7f54d3c","ip":"172.69.7.28","landing_domain":"www.demo.lumocomm.com","landing_page":"en\/design\/luzyonu-tasarla\/2\/1d07c99b-beaf-4d75-b4b9-8f41a36dc918","landing_params":null,"referral":null,"gclid":null,"fclid":null,"utm_source":null,"utm_campaign":null,"utm_medium":null,"utm_term":null,"utm_content":null,"referrer_url":null,"referrer_domain":null} ◀{"footprint":"94e6252a8f68e0c1cb8fe5f5a8429121f7f54d3c","ip":"172.69.7.28","landing_domain":"www.demo.lumocomm.com","landing_page":"en\/design\/luzyonu-tasarla\ ▶" "XSRF-TOKEN" => "nSdfk7sGg7pu7BbA5PbR7muRC1TmBbih2kH5JIWa" "lumo_session" => "yXgROZCR1fIiIi11lDM2ZYkGrSzpCKEdUxdVV27A" ]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Sat, 12 Apr 2025 11:21:55 GMT" ] "cms-version" => array:1 [▶ 0 => "7.3.6" ] "authorization-at" => array:1 [▶ 0 => "2024-07-08 03:09:32" ] "activated-license" => array:1 [▶ 0 => "No" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IllqbU84dHdWSVFJNHJyb1RYTXNBVnc9PSIsInZhbHVlIjoiUWFNRkRMS2RWV1d1TnppVkxJbUxHdUMvcEhPVG5zQm1Vd2FGb25EOGNCdlNsRStIelhVWndGSUVQOUprdzRFb3VzZUVudkp3cUhJcHc0SkpzTlFWcTNwaGoxTXRXTzZMdlo4bnhHMDZPbHNjd1cwWGNQenZVb3BZMGFYQW5TNGsiLCJtYWMiOiI1YTZlY2FkNDY5ZjBmMzQwNjNhMjJjYWRiODdmMmQyNzRlMDhhYjc0YTExMzk4Y2VmYmU2ZDJmM2NkOTRlZjAxIiwidGFnIjoiIn0%3D; expires=Sat, 12 Apr 2025 13:21:55 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IllqbU84dHdWSVFJNHJyb1RYTXNBVnc9PSIsInZhbHVlIjoiUWFNRkRMS2RWV1d1TnppVkxJbUxHdUMvcEhPVG5zQm1Vd2FGb25EOGNCdlNsRStIelhVWndGSUVQOUprdzRFb3VzZUVud ▶" 1 => "lumo_session=eyJpdiI6IlArQzgrRklXV092VXEwbFcwZExUeHc9PSIsInZhbHVlIjoiZGJLNmNPaXltM1U4M2VqSmg0N3hsbzl4SUsrZlFIVjQ0eXNwWksyUjN5OHByNkVPOVNkU2krd1pCZEpTOXQxeEFWTEJsRnNPcjVCbTI5ZmRPUFh0cGhXcksvdVkxWjdFN0Myd3lqZ3hXb0lqZHFzL0pJVzUwbGtra3JmTVp1MjEiLCJtYWMiOiI2NGY2YWQ0YTcxMTZjODU3NDgzZjVkOTZmNzk2MTQ4MjNmYmI5ZDY2MmYzODAyZWI3ZTJkZDZkMjI2MjY3NTliIiwidGFnIjoiIn0%3D; expires=Sat, 12 Apr 2025 13:21:55 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀lumo_session=eyJpdiI6IlArQzgrRklXV092VXEwbFcwZExUeHc9PSIsInZhbHVlIjoiZGJLNmNPaXltM1U4M2VqSmg0N3hsbzl4SUsrZlFIVjQ0eXNwWksyUjN5OHByNkVPOVNkU2krd1pCZEpTOXQxeEFWTEJ ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IllqbU84dHdWSVFJNHJyb1RYTXNBVnc9PSIsInZhbHVlIjoiUWFNRkRMS2RWV1d1TnppVkxJbUxHdUMvcEhPVG5zQm1Vd2FGb25EOGNCdlNsRStIelhVWndGSUVQOUprdzRFb3VzZUVudkp3cUhJcHc0SkpzTlFWcTNwaGoxTXRXTzZMdlo4bnhHMDZPbHNjd1cwWGNQenZVb3BZMGFYQW5TNGsiLCJtYWMiOiI1YTZlY2FkNDY5ZjBmMzQwNjNhMjJjYWRiODdmMmQyNzRlMDhhYjc0YTExMzk4Y2VmYmU2ZDJmM2NkOTRlZjAxIiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 13:21:55 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6IllqbU84dHdWSVFJNHJyb1RYTXNBVnc9PSIsInZhbHVlIjoiUWFNRkRMS2RWV1d1TnppVkxJbUxHdUMvcEhPVG5zQm1Vd2FGb25EOGNCdlNsRStIelhVWndGSUVQOUprdzRFb3VzZUVud ▶" 1 => "lumo_session=eyJpdiI6IlArQzgrRklXV092VXEwbFcwZExUeHc9PSIsInZhbHVlIjoiZGJLNmNPaXltM1U4M2VqSmg0N3hsbzl4SUsrZlFIVjQ0eXNwWksyUjN5OHByNkVPOVNkU2krd1pCZEpTOXQxeEFWTEJsRnNPcjVCbTI5ZmRPUFh0cGhXcksvdVkxWjdFN0Myd3lqZ3hXb0lqZHFzL0pJVzUwbGtra3JmTVp1MjEiLCJtYWMiOiI2NGY2YWQ0YTcxMTZjODU3NDgzZjVkOTZmNzk2MTQ4MjNmYmI5ZDY2MmYzODAyZWI3ZTJkZDZkMjI2MjY3NTliIiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 13:21:55 GMT; path=/; httponly ◀lumo_session=eyJpdiI6IlArQzgrRklXV092VXEwbFcwZExUeHc9PSIsInZhbHVlIjoiZGJLNmNPaXltM1U4M2VqSmg0N3hsbzl4SUsrZlFIVjQ0eXNwWksyUjN5OHByNkVPOVNkU2krd1pCZEpTOXQxeEFWTEJ ▶" ] ]
0 of 0array:7 [▼ "_token" => "nSdfk7sGg7pu7BbA5PbR7muRC1TmBbih2kH5JIWa" "language" => "en" "luzyonu-tasarla_code" => Ramsey\Uuid\Lazy\LazyUuidFromString {#455 ▶ -unwrapped: null -uuid: "bb47fad2-28a9-4078-ba8d-53437a7c10b9" uuid: "bb47fad2-28a9-4078-ba8d-53437a7c10b9" } "_previous" => array:1 [▶ "url" => "https://demo.lumocomm.com/en/design/luzyonu-tasarla/1/bb47fad2-28a9-4078-ba8d-53437a7c10b9" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "previous_language" => "ar" "PHPDEBUGBAR_STACK_DATA" => [] ]